home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Sound
/
juno-librarian-108
/
JUNO Librarian 1.0.8
/
Sample Scripts
/
37 Change CHORUS
< prev
next >
Wrap
Text File
|
1994-07-11
|
364b
|
15 lines
tell application "JUNO Librarian"
activate -- if needed
set x to Parameter 16 of Window "Sample"
set y to (round (x ÷ 32) rounding down)
set y to y * 32
set z to x - y -- TRI, PWM, DCO range
-- select 1 of 3
set x to z + 96 -- CHORUS OFF
-- set x to z + 64 -- CHORUS 1
-- set x to z + 0 -- CHORUS 2
copy x to Parameter 16 of Window "Sample"
end tell